home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / move15x.zip / MOVE.DOC < prev    next >
Text File  |  1991-11-18  |  8KB  |  167 lines

  1.  
  2.  
  3.                                     MOVE.EXE
  4.                           Fast and Intelligent Shareware
  5.  
  6.                              File Relocator Ver 1.5x
  7.                                
  8.                            For DOS ver 2.xx and higher
  9.  
  10.         Written by : 
  11.         Randal W. Carpenter
  12.         (c) 1991 In Step Software
  13.         RR 1 Box 28
  14.         Fountain Hill, AR 71642
  15.  
  16.         File Relocator is the answer to a list of problems I have had 
  17.         with various file moving utilities in the past :
  18.  
  19.         Problem 1
  20.           * Slow transfer, usually because of small fixed buffer size.
  21.               (this is a killer when moving from a one floppy to another)
  22.           # FR uses a dyanamic buffer 1k-64k, depending on what is 
  23.               available (great from a dos shell)
  24.         
  25.         Problem 2
  26.           * Allowing a file to write over itself, creating a sector loss
  27.               and 0 byte-ing the file. (now where was that backup!)
  28.           # FR will NOT allow this or any other file fatal error.  It 
  29.               was not released until I was certain of no danger of loss.
  30.               I move files I have DL'd from my DL to my ARC directory
  31.               without any fear of losing them in transfer.  After all if
  32.               I can't trust it who can ?  
  33.  
  34.         Problem 3
  35.           * Changes file date and time
  36.           # FR will change the date/time stamp to current if you ask it to,
  37.               otherwise not a chance.
  38.  
  39.         Problem 4 
  40.           * No mid-copy break ability
  41.           # FR will break after current buffer is dumped and delete the 
  42.               partially done destination file, leaving the source.
  43.  
  44.         Problem 5 
  45.           * Confusing help screen 
  46.           # I tried, please comment  
  47.             to get it just type move or move /H or move /? . . .
  48.  
  49.         File Relocator 1.5x may be freely used and distributed as long as
  50.         the original doc file tags along.  The most recent version of 
  51.         the File Relocator (Currently Ver 1.5r) may be acquired on 5.25" 
  52.         or 3.5" disk by sending $7 to the address above.  
  53.         FR 1.5r is a registered version that should not be distributed but 
  54.         the newest shareware release will be sent for you to pass along. 
  55.         Ver 1.6r is being totally re-written in assembler, it will be sent 
  56.         to all registered users when it is completed.
  57.  
  58.  
  59. Examples of Useage
  60.         To move a file the file hello.txt for a:\util\ to b:\all\   
  61.  
  62.         if in a:\util  or c: or . . .
  63.               move hello.txt b:\all
  64.               (it knows to fix the paths correctly) 
  65.         if at b:\
  66.               move a:\util\hello.txt  all
  67.         
  68.         if at b:\all\
  69.               move a:\util\hello.txt
  70.  
  71. Wildcards are always valid.
  72.         To move all files that start with "h" and end "txt"
  73.  
  74.         if at b:\all\
  75.                move a:\util\h*.txt
  76.  
  77.         for a prompted copy :
  78.                move a:\util\h*.txt /p
  79.  
  80.         ok I want a forced no overwrite:
  81.                move a:\util\h*.txt /po-
  82.  
  83.         ok but I just want to copy (leave original)
  84.                move a:\util\h*.txt /po-l
  85.  
  86.         can I do this 
  87.                move /po- a:\util\h*.txt /l
  88.         Not a problem
  89.  
  90.         can I do this 
  91.                move /po- c:\*.doc /t a:\util /qo+
  92.         Yes but the overwrite is forced because the last switch will
  93.         take over therefor this is the same command set :
  94.                move c:\*.doc a:\util /*pt
  95.                force all then allow a prompted move then set timestamp 
  96.                to current time and date
  97.  
  98.  
  99. A Short History :
  100.         Version 1.0-1.2 were almost totally written in Turbo Pascal 5.5, 
  101.         but the newest versions are almost totally external assembler 
  102.         routines with the newest getting ready for a total transformation.
  103.         Ver     Problems/Revisions
  104.         ---     ---------------------------------------------------------
  105.         1.0     don't ask, it was an afternoon cut and paste special
  106.         1.1     dead slow, had no options at all
  107.         1.2     added forced overwrite and prompt on move
  108.         1.3ß    added forced no-overwrite, copy only, update timestamp
  109.                 first semi-public test release.  
  110.         1.4     made 1.4 distinguish a path from a file in certain 
  111.                 unclear (to DOS) situations. never released.
  112.         1.5x    added the quiet mode and the /* options and the ability
  113.                 for the options to be placed anywhere in the command line
  114.                 the options can be all behind one switch or scattered
  115.                 everywhere ( no need to back up and add or delete a 
  116.                 switch just use the complement at the end.  This one was 
  117.                 just for you Robster).  First public release.
  118.         1.5r    2 more options over 15x.  You'll want these.
  119.         1.6ß    minor revisions and new options, about the same size exe 
  120.                 file   1k-limit of allocatable memory dyanamic buffer
  121.                 less drive passes and last but not least will allow a 
  122.                 SET environment setup for options, but options on the 
  123.                 command line will override.  Will fix a problem sometimes
  124.                 encontered with Dos 4.0 with "Share" loaded (Not at all 
  125.                 fatal, if you get an error #6 with 1.5x try again, it 
  126.                 will work the second time (If you moved a single file
  127.                 it will have moved prior to the error)) before public 
  128.                 release it is now in the beta test stage.
  129.                 Target 1.6_ release date Feb 1, 1992.
  130.  
  131.         Please send your comments, suggestions, and complaints to me, 
  132.         I just love to get mail (except bills).
  133.         I listen to any and all users, not just registered users.
  134.         If you find a "bug" or error, please give me as accurate a 
  135.         description of it as possible.  I will more than likey need to 
  136.         recreate the problem to trace the source. Also send the Version
  137.         number and the Date of compilation (executable time/date stamp).
  138.                    
  139.         PS I also sent along the test versions of a prompted file eraser
  140.         (era.exe) and a renaming program that does not distinguish 
  141.         between a file and a subdirectory! (justren.exe). Let me know what
  142.         you think, Should I continue working on these???
  143.  
  144.         Warning :  Era will make the file unrecoverable unless you know 
  145.         the file links and can patch the FAT by hand (don't count on 
  146.         PC-tools or Quick-unerase, they will fail) so make sure you 
  147.         really want to erase the offending file(s)!
  148.         
  149.  
  150.  
  151.                               
  152.                                 File Relocator
  153.                              DISCLAIMER OF WARRANTY
  154.  
  155.         THIS SOFTWARE AND MANUAL ARE DISTRIBUTED "AS IS" AND WITHOUT
  156.         WARRANTIES AS TO PERFORMANCE OF MERCHANTABILITY OR ANY OTHER
  157.         WARRANTIES WHETHER EXPRESSED OR IMPLIED.  BECAUSE OF THE VARIOUS
  158.         HARDWARE AND SOFTWARE ENVIRONMENTS INTO WHICH THIS PROGRAM MAY BE
  159.         PUT, NO WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE IS OFFERED.
  160.  
  161.         GOOD DATA PROCESSING PROCEDURE DICTATES THAT ANY PROGRAM BE
  162.         THOROUGHLY TESTED WITH NON-CRITICAL DATA BEFORE RELYING ON IT.
  163.         THE USER MUST ASSUME THE ENTIRE RISK OF USING THE PROGRAM.  ANY
  164.         LIABILITY OF THE SELLER WILL BE LIMITED EXCLUSIVELY TO PRODUCT
  165.         REPLACEMENT OR REFUND OF PURCHASE PRICE.
  166.  
  167.